home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / katrbbs.zip / SUPERK.ZIP / RECV.BAT < prev    next >
DOS Batch File  |  1988-10-01  |  610b  |  21 lines

  1. echo off
  2. if %1x == x goto error
  3. superk p1 s2400 dr t%1 fc:\dls
  4. goto end
  5. :error
  6. cls
  7. echo SUPERK - (c) Copyright 1988 Crater Rim Software - All Rights Reserved
  8. echo .
  9. echo          MiniNet's External Protocol Driver for Batch
  10. echo             transfers using single file protocols
  11. echo .
  12. echo Command Line = SUPERK p1 s2400 dr t(protocol) fc:\dls
  13. echo .
  14. echo Call RECV as   RECV protocol
  15. echo                where protocol = x,c,y,w,k,s  or  xb,cb,yb,wb,kb,sb
  16. echo .
  17. echo Change the port, speed and download dir (p,s and f) to suit
  18. echo .
  19. echo Call   SUPERK @   to set and save defaults
  20. :end
  21.